←Select platform

Value Property

Summary

Data for this CacheItem<T>.

Syntax
C#
VB
C++
Java
public T Value { get; set; } 
Public Property Value() As T 
   Get 
   Set 
public:  
   property T Value 
   { 
      T get() 
      void set(T value) 
   } 
public T getValue() 
public void setValue(T value) 

Property Value

The data for this CacheItem<T>. Default value is null.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly